home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Tests / debugstr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-04  |  73 b   |  8 lines  |  [TEXT/MPS ]

  1. #include <Types.h>
  2.  
  3. resource_main()
  4. {
  5.     DebugStr("foo");
  6.     return 12345;
  7. }
  8.